CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - page replacement

搜索资源列表

  1. vcyemianzhihuan

    0下载:
  2. 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-Page replacement algorithm code, the language used c++. The realization of the FIFO algorithm, LRU algorithm, which, LRU classical LRU algorithm, the algorithm is occupied
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:238568
    • 提供者:lee
  1. 59564363OSshiyan5

    0下载:
  2. 操作系统页面置换算法,此压缩包内有四种算法,可供读者参考-Page replacement algorithm for the operating system, this package there are four types of compression algorithms, for the reader is referred to
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:10802
    • 提供者:liuxiaomei
  1. Pagesexchangealgorithm

    0下载:
  2. 操作系统的一般页面置换算法,最近最久未使用算法-The general operating system page replacement algorithm, the most recently used algorithm for long
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:274877
    • 提供者:韩飞
  1. sun

    0下载:
  2. 请求页式虚存管理是常用的虚拟存储管理方案之一。通过请求页式虚存管理中对页面置换算法的模拟,有助于理解虚拟存储技术的特点,并加深对请求页式虚存管理的页面调度算法的理解。-Page request for virtual memory management is commonly used as one virtual storage management solutions. Page through the request of the management of virtual memory
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1320
    • 提供者:sun
  1. LRU_FIFO

    0下载:
  2. 操作系统页面置换算法 先进先出等 一些简单的相关算法 -FIFO page replacement algorithm for the operating system such as a simple correlation algorithm
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:1427
    • 提供者:yuerlily
  1. os

    0下载:
  2. 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:50076
    • 提供者:immortal
  1. os

    0下载:
  2. 实现操作系统中的页面置换算法,显示在界面上,并对其进行比较。-The realization of the operating system page replacement algorithm, displayed in the interface and its comparison.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:5256
    • 提供者:ymn
  1. yemianzhihuan

    0下载:
  2. 在段式虚拟存储器中,虚拟空间中能容纳的程序段数要比主存空间中能存放的相同长度的程序段数要多得多。因此,必然会出现当主存中所有页面都被占用,或者所有主存空间都被占用,而又要从磁盘存储器重调入新页(或新段)的情况。这时,必须从主存储器中淘汰一个不常用的页面(或程序段),以腾出主存空间来存放新调入的页面(或程序段),那么,按照什么样的规则替换主存储器中的页面(或程序段)呢?这就是页面替换算法要解决的问题。 -Piece of virtual memory in the virtual space
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:245782
    • 提供者:小江
  1. OperatingSystemMemoryManagement

    0下载:
  2. (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C la
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:46686
    • 提供者:时间
  1. PageReplacement

    0下载:
  2. 操作系统 页面置换的算法演示 JAVA语言-Operating system page replacement algorithm demo JAVA language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:2314
    • 提供者:snk
  1. qiangqiutiaoye

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因 -Pa
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:181284
    • 提供者:hlhi
  1. daima

    0下载:
  2. 请求分页存储管理系统,系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法、最佳淘汰算法。-Storage management request paging system, page replacement algorithm must include the page-out algorithm FIFO (FIFO), least recently used LRU algorithm for page-out, the best-out algori
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1073
    • 提供者:zhouwei
  1. way

    0下载:
  2. 页面置换方法的小程序 页面置换方法的小程序-Method of page replacement page applet applet replacement method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1092
    • 提供者:哈喽
  1. wynczh

    0下载:
  2. 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1539
    • 提供者:love暖色
  1. PageReplace

    0下载:
  2. 我编写的页面置换演示程序。 运行程序后,右端的控制面板可以选择页面置换的算法和指令生成引擎,第一个引擎是按照 “50 的指令是顺序执行的,25 是均匀分布在前地址部分,25%是均匀分布在后地址部分”的要求生成指令,第二个引擎是在320条指令只任意生成指令,默认情况下,程序以1秒的间隔执行全部320条指令,如果用户不愿意等待,可以直接设置为0ms显示全部结果。-I prepared demo page replacement. After running the program, the ri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:50440
    • 提供者:陈忻
  1. sun

    0下载:
  2. FIFo Page Replacement Source Code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:540
    • 提供者:adi
  1. VCOPT

    0下载:
  2. VC++使用OPT页面置换算法的程序示例,OPT页面置换算法来实现当页表中发现所要访问的页面不在内存时调入内存,使内存的资源得以充分利用。本课题主要的目的是为了在虚拟页式存储管理中,当进程运行时,发生缺页中断时,使用一种很好的页面置换算法,使系统性能变得更好。-VC++ using the OPT page replacement algorithm sample program, OPT page replacement algorithm to achieve when the page t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:192484
    • 提供者:361
  1. ymzh

    0下载:
  2. 这是操作系统课上的实验,页面置换,内附有实验报告.-This is a class of experimental operating system, page replacement, enclosed to the report of the experiment.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:266340
    • 提供者:肖宗花
  1. vcopt

    0下载:
  2. VC++使用OPT页面置换算法的程序示例,OPT页面置换算法来实现当页表中发现所要访问的页面不在内存时调入内存,使内存的资源得以充分利用。本课题主要的目的是为了在虚拟页式存储管理中,当进程运行时,发生缺页中断时,使用一种很好的页面置换算法,使系统性能变得更好。 -VC++ using the OPT page replacement algorithm sample program, OPT page replacement algorithm to achieve when the pag
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:192973
    • 提供者:jiangjihai
  1. cunguanli

    0下载:
  2. 计算机软件课程试验 完成对系统内存管理的模拟 页面替换策略:FIFO,LUR,LAR-Test computer software programs to complete the simulation of system memory management page replacement strategies: FIFO, LUR, LAR
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1949
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com